Dynamicweb 8 Documentation
RadioButtonListEditor<T> Class
Members 

Item value type.
Represents a radio button list editor.
Syntax
'Declaration
 
<EditorAttribute("Radio button list")> 
<GroupAttribute("Lists")> 
Public Class RadioButtonListEditor(Of T) 
   Inherits ListEditor(Of T) 
   Implements IList 
[EditorAttribute("Radio button list")] 
[GroupAttribute("Lists")] 
public class RadioButtonListEditor<T> : ListEditor<T>, IList  
Type Parameters
T
Item value type.
Inheritance Hierarchy

System.Object
   Dynamicweb.Content.Items.Editors.Editor
      Dynamicweb.Content.Items.Editors.ListEditor<T>
         Dynamicweb.Content.Items.Editors.RadioButtonListEditor<T>

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RadioButtonListEditor<T> Members
Dynamicweb.Content.Items.Editors Namespace

Send Feedback